home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00229.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  220 b   |  9 lines

  1. on exitFrame
  2.   global Hand, center, left, right
  3.   clearCursors()
  4.   set the cursor of sprite 2 to Hand
  5.   set the cursor of sprite 3 to center
  6.   set the cursor of sprite 4 to left
  7.   set the cursor of sprite 5 to right
  8. end
  9.